</para>
@button:
+@use_stock:
+<!-- # Unused Parameters # -->
@value:
</para>
@button:
+@use_underline:
+<!-- # Unused Parameters # -->
@value:
/**
* gtk_button_get_use_underline:
- * @label: a #GtkButton
+ * @button: a #GtkButton
*
* Returns whether an embedded underline in the button label indicates a
* mnemonic. See gtk_button_set_use_underline ().
const gchar *label);
G_CONST_RETURN gchar *gtk_button_get_label (GtkButton *button);
void gtk_button_set_use_underline (GtkButton *button,
- gboolean value);
+ gboolean use_underline);
gboolean gtk_button_get_use_underline (GtkButton *button);
void gtk_button_set_use_stock (GtkButton *button,
- gboolean value);
+ gboolean use_stock);
gboolean gtk_button_get_use_stock (GtkButton *button);
void _gtk_button_set_depressed (GtkButton *button,
gboolean depressed);
/**
* gtk_drag_source_set_icon_stock:
* @widget: a #GtkWidget
- * @stock: the ID of the stock icon to use
- * @size: size at which to render the stock icon
+ * @stock_id: the ID of the stock icon to use
*
* Sets the icon that will be used for drags from a particular source
* to a stock icon.
gamma_ok_callback (GtkWidget *w, gpointer data)
{
GtkGammaCurve *c = data;
- gchar *start, *end;
+ const gchar *start;
+ gchar *end;
gfloat v;
start = gtk_entry_get_text (GTK_ENTRY (c->gamma_text));